2027 Method
Changes 0
M

Wall.Create

Description:
Creates a non rectangular profile wall within the project using the specified wall type.
public static Wall Create(
	Document document,
	IList<Curve> profile,
	ElementId wallTypeId,
	ElementId levelId,
	bool structural
)
  • document
    The document in which the new wall is created.
  • IList<Curve>
    profile
    An array of planar curves that represent the vertical profile of the wall.
  • wallTypeId
    Id of the wall type to be used by the new wall instead of the default type.
  • levelId
    Id of the level on which the wall is to be placed.
  • Boolean
    structural
    If set, specifies that the wall is structural in nature.
Return Value Wall If successful a new wall object within the project.